home *** CD-ROM | disk | FTP | other *** search
- Created by Neil Weicher, Communication Horizons
- 701 Seventh Ave., New York City 10036
-
- STANUM.EXE returns the current station number as ERRORLEVEL.
- It works on: Novell = logical station number,
- PC-Slave = user number+1 (Host = 1),
- MultiLink= partition+1 (FG = 1).
- 3+ and PCNetwork do not have a concept of a station
- number, therefore Stanum.exe returns the value of
- NetLib environment variable STANUM. E.g., if
- SET STANUM=4
- Then Stanum.exe returns 4 in ERRORLEVEL.
-
- SAMPLE.BAT is a sample Batch routine that uses Stanum.exe.
- It just displays the station number.